home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / redland-utils / README.html < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-12  |  4.7 KB  |  96 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5.   <title>Redland RDF Application Framework</title>
  6.   <link rel="meta" type="application/rdf+xml" title="DOAP" href="redland.rdf" />
  7. </head>
  8. <body>
  9.  
  10. <h1>Redland RDF Application Framework</h1>
  11. <h2><a href="http://www.dajobe.org/">Dave Beckett</a></h2>
  12.   
  13.  
  14. <h2>Overview</h2>
  15.  
  16. <p><a href="http://librdf.org/">Redland</a> is a
  17. library that provides a high-level interface for
  18. the Resource Description Framework (RDF) allowing the RDF
  19. graph to be parsed from XML, stored, queried and manipulated.
  20. Redland implements each of the RDF concepts in its own class via an
  21. object based API, reflected into the language APIs, currently C#, Java,
  22. Perl, PHP, Python, Ruby and Tcl.  Several classes providing functionality
  23. such as for parsers, storage are built as modules that can be loaded
  24. at compile or run-time as required.</p>
  25.  
  26. <p>This is a mature and stable RDF library developed since 2000
  27. used in multiple projects.  See the 
  28. <a href="FAQS.html">FAQS</a> for general information
  29. and the <a href="http://bugs.librdf.org/">Redland issue tracker</a>
  30. for known bugs and issues.  A summary
  31. of the changes can be found in the <a href="NEWS.html">NEWS</a> file,
  32. detailed API changes in the <a href="RELEASE.html">release notes</a>
  33. and file-by-file changes in the Subversion <a href="ChangeLog">ChangeLog</a>.</p>
  34.  
  35. <p>Redland provides:</p>
  36. <ul>
  37. <li>A modular, <a href="docs/api/objects.html">object based</a> library written in C</li>
  38. <li>APIs for manipulating the RDF <a href="docs/api/model.html">graph</a> and parts - <a href="docs/api/statement.html">Statements</a>, <a href="docs/api/node.html">Resources and Literals</a></li>
  39. <li>Language Bindings in C#, Java, Perl, PHP, Python, Ruby and Tcl via the <a href="http://librdf.org/bindings/">Redland Bindings</a> package.</li>
  40. <li>Support for multiple syntaxes for reading and writing RDF with <a href="docs/api/parser.html">Parsers</a> and <a href="docs/api/serializer.html">Serializers</a> for <a href="http://www.w3.org/TR/rdf-syntax-grammar/">RDF/XML</a>, <a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a> and <a href="http://www.dajobe.org/2004/01/turtle/">Turtle Terse RDF Triple Language</a> syntax via the <a href="http://librdf.org/raptor/">Raptor RDF Parser Toolkit</a>.</li>
  41. <li><a href="docs/api/storage.html">Storage</a> for graphs in memory and persistently with Sleepycat/Berkeley DB, MySQL 3-5, PostgreSQL, <a href="http://triplestore.aktors.org/">AKT Triplestore</a> library, <a href="http://www.sqlite.org/">SQLite</a>, files or URIs.</li>
  42. <li><a href="docs/api/query.html">Query language</a> support for RDQL using <a href="http://librdf.org/rasqal/">Rasqal</a>.</li>
  43. <li>APIs for accessing the graph by Statement (triples) or by Nodes and Arcs</li>
  44. <li>Redland contexts for managing aggregating graphs and recording provenance.</li>
  45. <li><a href="docs/api/stream.html">Statement Streams</a> for efficient construction, parsing and serialisation of graphs</li>
  46. <li><a href="utils/rdfproc.html">rdfproc</a> RDF processor utility program</li>
  47. <li>No memory leaks.</li>
  48. </ul>
  49.  
  50.  
  51. <h2>Sources and Binaries</h2>
  52.  
  53. <p>The packaged sources are available from
  54. <a href="http://download.librdf.org/source/">http://download.librdf.org/source/</a> (master site) and also from the
  55. <a href="http://sourceforge.net/projects/librdf/">SourceForge site</a>.
  56. The development Subversion sources can also be
  57. <a href="http://svn.librdf.org/view/librdf/">browsed with ViewCV</a>.
  58. Binary packages of redland and related libraries are available from the
  59. <a href="http://download.librdf.org/">download site</a>.
  60. </p>
  61.  
  62.  
  63. <h2>License</h2>
  64.  
  65. <p>This library is free software / open source software released
  66. under the LGPL (GPL) or Apache 2.0 licenses.  See 
  67. <a href="LICENSE.html">LICENSE.html</a> for full details.</p>
  68.  
  69.  
  70. <h2>Installation and Documentation</h2>
  71.  
  72. <p>See <a href="INSTALL.html">INSTALL.html</a> for general
  73. installation and configuration information.</p>
  74.  
  75. <p>Further documentation is available in the
  76. <a href="docs/README.html">documents area</a> including the
  77. <a href="docs/api/index.html">API reference document</a> and
  78. <a href="docs/storage.html">detailed storage modules information</a>.
  79. </p>
  80.  
  81.  
  82. <h2>Mailing Lists</h2>
  83.  
  84. <p>The
  85. <a href="http://librdf.org/lists/">Redland mailing lists</a>
  86. discuss the development and use of Redland and Raptor as well as
  87. future plans and announcement of releases.</p>
  88.  
  89.  
  90. <hr />
  91.  
  92. <p>Copyright (C) 2000-2009 <a href="http://www.dajobe.org/">Dave Beckett</a><br />Copyright (C) 2000-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
  93.  
  94. </body>
  95. </html>
  96.